func net.trimSpace
8 uses
net (current package)
nss.go#L168: line = trimSpace(removeComment(line))
nss.go#L177: db := trimSpace(line[:colon])
nss.go#L180: srcs = trimSpace(srcs)
nss.go#L191: srcs = trimSpace(srcs[sp+1:])
parse.go#L211: func trimSpace(x string) string {
parse.go#L238: x = trimSpace(x)
parse.go#L244: if field := trimSpace(x[:sp]); len(field) > 0 {
parse.go#L249: x = trimSpace(x[sp+1:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)